home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special Tips & Tricks for Windows 95 / Chip Wintips.iso / sharewar / online / webpagec / wpc.exe / 0 / RCDATA / TSYMBOLS / TSYMBOLS.txt
Encoding:
Text File  |  1996-04-05  |  943 b   |  51 lines

  1. object Symbols: TSymbols
  2.   Left = 229
  3.   Top = 121
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Symbols'
  7.   ClientHeight = 265
  8.   ClientWidth = 359
  9.   Color = clSilver
  10.   Font.Color = clWindowText
  11.   Font.Height = -18
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   PixelsPerInch = 120
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   TextHeight = 20
  18.   object ListBox1: TListBox
  19.     Left = 16
  20.     Top = 8
  21.     Width = 185
  22.     Height = 250
  23.     Color = clSilver
  24.     Font.Color = clMaroon
  25.     Font.Height = -17
  26.     Font.Name = 'System'
  27.     Font.Style = [fsBold]
  28.     ItemHeight = 20
  29.     ParentFont = False
  30.     TabOrder = 0
  31.   end
  32.   object BitBtn1: TBitBtn
  33.     Left = 224
  34.     Top = 48
  35.     Width = 114
  36.     Height = 33
  37.     TabOrder = 1
  38.     OnClick = BitBtn1Click
  39.     Kind = bkOK
  40.   end
  41.   object BitBtn2: TBitBtn
  42.     Left = 224
  43.     Top = 113
  44.     Width = 114
  45.     Height = 32
  46.     TabOrder = 2
  47.     OnClick = BitBtn2Click
  48.     Kind = bkCancel
  49.   end
  50. end
  51.